@charset "UTF-8";

body, h1, h2, h3, h4, h5, h6, p, form{margin:0;}
body{min-width: 1300px;}
ol,ul{margin:0; padding:0;}
ul{margin:0; padding:0;}
ul li{list-style: none; }
img{-webkit-transition: all 0.3s ease;-moz-transition:  all 0.3s ease;transition:  all 0.3s ease;}
a{text-decoration: none; color: #303030;-webkit-transition: all 0.2s ease;-moz-transition:  all 0.2s ease;transition:  all 0.2s ease;}
a:hover{text-decoration: none; color: #e23816;}
*{box-sizing: border-box;}
body {
    background: #fff;
    font-family:  "Microsoft YaHei","微软雅黑","Open Sans", Arial, SimSun, sans-serif;
    font-style: normal;
    position: relative;
    font-size: 14px;
    color: #333;
}

.clear-fix:before,.clear-fix:after{
    content:"";
    display:table;
}
.clear-fix:after{clear:both;}

.container{width: 1300px; padding-left: 10px;padding-right: 10px;  margin-left: auto;margin-right: auto;position:relative;}
.fl{  float: left;}
.fr{  float: right;  }
.mt-50{ margin-top: 50px;  }
.bold{  font-weight: bold;  }
.c-auto{display: block;margin-left: auto;margin-right: auto;}
.t-c{text-align: center;}
.i-b{display: inline-block;}
.img-auto{  display: block;  width: 100%;  height: 100%; }
.img-res{display: block;max-width: 100%;height: auto;}
.mt20{
    margin-top: 20px;
}
::-webkit-scrollbar              {/* 1 */width:11px; background-color:#e5e5e5;}
:no-button       {/* 2 */ }
::-webkit-scrollbar-track        {/* 3 */}
::-webkit-scrollbar-track-piece  {/* 4 */}
::-webkit-scrollbar-thumb        {/* 5 */border:solid 1px #e5e5e5; width:5px;  border-radius:4px; background-color:#bebebe;}
::-webkit-scrollbar-corner       {/* 6 */background-color:#e5e5e5;}
::-webkit-resizer                {/* 7 */}
::-webkit-scrollbar:horizontal   {height:9px;}


@font-face {
    font-family: bth;
    src: url('../fonts/bth.ttf');
}

.header-top{
    width: 100%;
    height: 36px;
    line-height: 36px;
}
.header-top span{
    float: left;
}
.header-top-r{
    float: right;
}
.header{
    width: 100%;
    height: 90px;
}
.logo{
    float: left;
    display: block;
    margin-top: 17px;

}


.banner{
    width: 100%;
    height: 674px;
    position: relative;
}
.banner .hd{
    position: absolute;
    top: 0;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 999;
    height: 100%;
}
.banner .hd span{
    display: block;
    position: absolute;
    width: 40px;
    height: 60px;
    opacity: 0.15;
    top: 50%;
    margin-top: -30px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;-moz-transition:  all 0.2s ease;transition:  all 0.2s ease;
}
.banner .hd span.prev{background: url("../images/arr-l.png") no-repeat center;left: 10px;}
.banner .hd span.next{background: url("../images/arr-r.png") no-repeat center;right: 10px;}
.banner .hd:hover span{
    opacity: 0.3;
}
.banner .hd span:hover{
    opacity: 0.5;
}
.banner .hd ul li{
    /*float: left;*/
    /*width: 40px;*/
    /*height: 6px;*/
    /*background: rgba(255,255,255,0.5);*/
    /*margin: 0 5px;*/
    /*cursor: pointer;*/
    /*-webkit-transition: all 0.3s ease;-moz-transition:  all 0.3s ease;transition:  all 0.3s ease;*/
}
.banner .hd ul li.on{
    /*background: rgba(255,255,255,1);*/
}
.banner .bd ul li{
    width: 100%;
    height: 674px;
    background-size: cover;
}
.header{
    background: #f8f8f8;
    height: 102px;
}
.header .container{
    height: 100%;
}
.header i{
    display: block;
    width: 1px;
    height: 30px;
    background: #d2d2d2;
    margin: 36px 14px 0 19px;
    float: left;
}
.logo{
    float: left;
    margin-top: 32px;
}
.logo2{
    float: left;
    margin-top: 28px;
}
.qr-box{
    float: right;
    margin-top: 17px;
}
.qr-box span{
    float: left;
    margin-right: 14px;
    margin-top: 26px;
}
.qr-box img{
    float: right;
    width: 70px;
    height: 70px;
}
.phone-wrap{
    float: left;
    background: url("../images/phone.png") no-repeat left center;
    padding-left: 50px;
    margin-left: 60px;
    margin-top: 32px;
}
.phone-wrap span{

}
.phone-wrap p{
    font-weight: bold;
    font-size: 20px;
}
.main-nav-bg{
    width: 1280px;
    height: 50px;
    background: #313131;
    top: 100%;
    position: absolute;
    z-index: 1000;
}
.main-nav-bg:before{
     content: '';
     display: block;
     width: 0;
     height: 0;
     position: absolute;
     top: 0;
     left: -20px;
     border-bottom: 25px solid #313131;
     border-right: 10px solid #313131;
     border-left: 10px solid transparent;
     border-top: 25px solid transparent;
}
.main-nav-bg:after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: -20px;
    border-bottom: 25px solid transparent;
    border-right: 10px solid transparent;
    border-left: 10px solid #313131;
    border-top: 25px solid #313131;
}
.main-nav{

}
.main-nav li{
    float: left;
    font-size: 16px;
}
.main-nav li a{
    display: block;
    width: 178px;
    height: 50px;
    color: #fff;
    text-align: center;
    line-height: 50px;
}
.main-nav li.on a{
    background: url("../images/main-nav.png") no-repeat center;
}
.main-nav li a:hover{
    background: url("../images/main-nav.png") no-repeat center;
}
.part-tit{
    text-align: center;
    font-family: bth;
}
.part-tit h2{
    font-weight: normal;
    position: relative;
    display: inline-block;
    font-size: 36px;
    line-height: 36px;
}
.part-tit span{
    display: block;
    color: #999;
    font-size: 16px;
}
.part-tit h2:before{
    content: '';
    display: block;
    position: absolute;
    width: 33px;
    height: 29px;
    background: url("../images/wawa1.png") no-repeat center;
    left: -45px;
    top: 2px;
}
.part-tit h2:after{
    content: '';
    display: block;
    position: absolute;
    width: 33px;
    height: 29px;
    background: url("../images/wawa2.png") no-repeat center;
    right: -45px;
    top: 2px;
}
.pro-list{
    margin-left: -16px;
    margin-top: 40px;
}
.pro-list li{
    width: 416px;
    height: 304px;
    float: left;
    margin-left: 16px;
    margin-bottom: 40px;
}
.pro-list li a{
    display: block;
    background: #eeeeee;
    text-align: center;
    height: 100%;
    font-size: 18px;
}
.pro-list li a:hover{
    background: #e23816;
    color: #fff;
}
.pro-img{
    overflow: hidden;
    width: 100%;
    height: 244px;
}
.pro-list li a:hover img{
    transform: scale(1.1);
}
.pro-list li span{
    line-height: 60px;
}
a.more-btn{
    display: block;
    margin: 20px auto 0;
    background: #e23816;
    color: #fff;
    width: 194px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 18px;
}
.part1{
    padding-bottom: 65px;
    padding-top: 78px;
}
.part2{
    width: 100%;
    height: 417px;
    background: url("../images/zxzx-bg.jpg") no-repeat center;
    background-size: cover;
    color: #fff;
    padding-top: 309px;
}
.part2 a{
    float: left;
    display: block;
    width: 108px;
    height: 32px;
    background: #e23816;
    color: #fff;
    line-height: 32px;
    text-align: center;
    margin-right: 14px;
    margin-left: 10px;
}
.part2 p{
    font-size: 26px;
    font-weight: bold;
    line-height: 32px;
}
.part2 p span{
    font-size: 16px;
    float: left;
    margin-right: 8px;
}
.case-list{
    margin-left: -25px;
    margin-top: 60px;
}
.case-list li{
    width: 410px;
    height: 328px;
    border: 2px solid #dcdcdc;
    padding: 14px 12px 0;
    float: left;
    margin-left: 25px;
    margin-bottom: 34px;
    text-align: center;
    -webkit-transition: all 0.2s ease;-moz-transition:  all 0.2s ease;transition:  all 0.2s ease;
}
.case-list li:hover{
    border: 2px solid #e23816;
}
.case-list li a{
    display: block;
}
.case-list li p{
    font-size: 18px;
    margin-top: 18px;
    margin-bottom: 8px;
}
.case-list li span{
    color: #999999;
}
.case-img{
    width: 100%;

}
.case-img img{
	width:100%; height:215px;
}
.part3{
    padding-bottom: 80px;
    padding-top: 80px;
}
.part4{
    width: 100%;
    height: 657px;
    background: url("../images/part4-bg.jpg") no-repeat center;
    background-size: cover;
    padding-top: 40px;
}
.gsjs{
    line-height: 28px;
    margin-top: 15px;
}
.gsjs-slg{
    margin-top: 300px;
    padding-left: 45px;
}
.gsjs-slg p{
    font-size: 20px;
}
.gsjs-slg span{
    font-size: 10px;
}
.gsjs-slg a{
    display: block;
    width: 124px;
    height: 36px;
    color: #fff;
    background: #a0a0a0;
    margin-top: 12px;
    text-align: center;
    line-height: 36px;
}
.gsjs-slg a:hover{
    background: #e23816;
}
.part5{
    padding-top: 80px;
    padding-bottom: 70px;
}
.part-tit2{
    font-family: bth;
}
.part-tit2 h2{
    font-weight: normal;
    position: relative;
    display: inline-block;
    font-size: 30px;
    line-height: 30px;
}
.part-tit2 span{
    display: block;
    color: #999;
    font-size: 16px;
}
.news-slide{
    margin-bottom: 50px;
}
.news-slide .part-tit2{
    float: left;
}
.news-slide .hd ul{
    float: right;

}
.news-slide .hd ul li{
    float: left;
    border: 1px solid #d2d2d2;
    text-align: center;
    line-height: 38px;
    width: 100px;
    height: 40px;
    font-size: 16px;
    margin-left: 22px;
    cursor: pointer;
}
.news-slide .hd ul li.on{
    border: 1px solid #e23816;
    outline: 1px solid #e23816;
}
.news-slide .hd ul li:hover{
    border: 1px solid #e23816;
    outline: 1px solid #e23816;
}
.news-list{
    margin-top: 40px;
}
.news-list li{
    width: 604px;
    float: left;
    padding-left: 20px;
    padding-top: 22px;
    padding-bottom: 22px;
    border-top: 1px solid #dcdcdc;
}
.news-list li:nth-child(2n){
    float: right;
}
.news-list li .news-img{
    width: 150px;
    height: 96px;
    float: left;
}
.news-r{
    float: right;
    width: 405px;
    padding-top: 6px;
}
.news-r-top a{
    float: left;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 340px;
    font-size: 16px;
}
.news-r-top span{
    float: right;
    color: #666;
}
.news-r p{
    color: #666;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    margin-top: 16px;
}
.news-list li:nth-child(5),.news-list li:nth-child(6){
    border-bottom: 1px solid #dcdcdc;
}
.f-link-tit{
    font-size: 24px;
    color: #fff;
    width: 205px;
    height: 93px;
    background: url("../images/f-link.png") no-repeat;
    font-family: bth;
    padding-left: 40px;
    padding-top: 40px;
    position: absolute;
    left: 0;
    top: -15px;
}
.f-link{
    height: 78px;
    width: 100%;
    background: #eeeeee;
}
.f-link ul{
    padding-left: 200px;
}
.f-link ul li{
    float: left;
    margin: 0 20px;
    line-height: 78px;
}
.footer{
    background: #313131;
    padding-top: 45px;
    color: #fff;
    padding-bottom: 45px;
}
.ft-l{
    float: left;
}
.ft-phone{
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}
.ft-phone span{
    font-weight: normal;
    font-size: 18px;
    float: left;
    margin-right: 15px;
}
.ft-phone p{
    font-size: 18px;
    float: left;
    margin-right: 35px;
}
.ft-cr{
    margin-top: 20px;
    font-size: 12px;
}
.ft-cr p{
    margin-top: 15px;
}
.ft-cr a{
    color: #fff;
}
.ft-r{
    float: right;
}
.qr-box2{
    text-align: center;
    width: 100px;
}
.qr-box2 img{
    width: 95px;
    height: 95px;
    display: block;
    margin: 0 auto 8px;
}
.qr-box2 span{
    font-size: 16px;
}
.in-banner{
    width: 100%;
    height: 420px;
    background-size: cover;
}
.in-tit{
    float: right;
    margin-top: 127px;
    margin-right: 140px;
}
.in-tit div{
    width: 350px;
    height: 124px;
    color: #fff;
    background: rgba(226,56,22,0.8);
    padding-left: 25px;
    font-size: 30px;
    line-height: 124px;
}
.in-tit div span{
    font-size: 16px;
}
.in-tit p{
    font-size: 24px;
    color: #474747;
    margin-top: 10px;
    font-weight: bold;
    letter-spacing: 5px;
    padding-left: 4px;
}
.crumbs{
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    height: 44px;
    line-height: 43px;
}
.in-wrap{
    padding-bottom: 60px;
}
.page-wrap{
    margin-top: 20px;
}
.page-wrap a,.page-wrap span{
    float: left;
    margin: 0 2px;
}
.page-wrap  a{
    display: block;
    padding: 4px 10px 4px;
}
.page-wrap span{
    display: block;
    padding: 4px 10px 4px;
    background: #e23816;
    color: #fff;
}
.page-wrap a:hover{
    background: #e23816;
    color: #fff;
}
.gs-intro{
    padding: 50px 15px 40px;
}
.gs-intro h2{
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.gs-intro p{
    font-size: 18px;
    line-height: 36px;
    text-indent: 2em;
}
.gs-intro img{
    display: block;
    margin: 40px auto 0;
}
.erji{
    margin-top: 50px;
}
.erji ul li{
    float: left;
    width: 130px;
    height: 42px;
    margin: 0 18px;
}
.erji ul li a{
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #e23816;
    line-height: 40px;
    font-size: 16px;
}
.erji ul li a:hover{
    background: #e23816;
    color: #fff;
}
.erji ul li.on a{
    background: #e23816;
    color: #fff;
}
.news-list2{
    margin-top: 50px;
    margin-left: -70px;
}
.news-list2 li{
    width: 380px;
    float: left;
    height: 384px;
    margin-bottom: 68px;
    margin-left: 70px;
}
.news-img2{
    width: 100%;
    height: 236px;
    overflow: hidden;
}
.news-list2 li a{
    display: block;
    width: 100%;
    height: 100%;
    background: #eeeeee;
}
.news-list2 li a:hover img{
    transform: scale(1.1);
}
.news-list2 li a:hover i{
    opacity: 1;
}
.news-list2 li a:hover{
    color: #fff;
    background: #a0a0a0;
}
.news-list2 li p{
    font-size: 12px;
    margin: 8px 0 12px;
}
.news-list2 li h3{
    font-size: 16px;
    font-weight: normal;

}
.news-list2 li span{
    float: left;
    line-height: 18px;
}
.news-list2 li i{
    display: block;
    float: right;
    width: 10px;
    height: 18px;
    background: url("../images/arrows.png") no-repeat center;
    opacity: 0;
    -webkit-transition: all 0.2s ease;-moz-transition:  all 0.2s ease;transition:  all 0.2s ease;
}
.news-bt{
    padding:  24px 20px 0;
}
.msg-bg{
    width: 100%;
    background: #f3f3f3;
    padding: 40px 88px ;
    margin-top: 55px;
}
.msg-tit h3{
    color: #3f3f3f;
    font-size: 22px;
}
.msg-tit span{
    font-size: 18px;
    color: #999999;
}
.msg-form{
    font-size: 16px;
}
.msg-form input[type=text]{
    background: #fff;
    border: none;
    outline: none;
    height: 48px;
    padding: 0 15px;
}
.msg-form .msg-ipt{
    width: 530px;
}
.form-row{
    margin-top: 20px;
}
.msg-form textarea{
    width: 100%;
    height: 220px;
    background: #fff;
    outline: none;
    border: none;
    padding: 12px 15px;
    resize: none;
}
.yzm-ipt{
    width: 182px;
    margin-right: 10px;
}
.yzm-img{
    width: 140px;
    height: 48px;
    float: left;
}
.sub-btn{
    display: block;
    margin: 40px auto 0;
    border: none;
    outline: none;
    background: #e23816;
    color: #fff;
    font-size: 18px;
    width: 210px;
    height: 44px;
}
.contact-wrap{
    margin-top: 85px;
    padding-bottom: 40px;
}
.map-wrap{
    width: 524px;
    height: 350px;
}
.ctt-l{
    float: left;
    width: 524px;
    margin-left: 90px;
}
.ctt-r{
    float: right;
    width: 580px;
    padding-top: 15px;
}
.ctt-row{
    padding-left: 46px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 20px;
}
.ctt-row1{
    color: #e23816;
    background: url("../images/ctt-icon1.png") no-repeat left center;
    font-family: Arial;
    font-weight: bold;
    font-size: 30px;
}
.ctt-row2{
    background: url("../images/ctt-icon2.png") no-repeat left center;
    font-size: 16px;
    font-family: Arial;
}
.ctt-row3{
    background: url("../images/ctt-icon3.png") no-repeat left center;
    font-size: 16px;
}
.qr-box3{
    padding-left: 50px;
    margin-top: 35px;
}
.qr-box3 span{
    line-height: 118px;
    float: left;
}
.qr-box3 i{
    display: block;
    background: url("../images/arr.png") no-repeat center;
    width: 7px;
    height: 7px;
    float: left;
    margin-top: 55px;
    margin-left: 2px;
    margin-right: 28px;
}
.qr-box3 img{
    display: block;
    float: left;
    width: 118px;
    height: 118px;
}